Some GtkAboutDialog doc additions
authorMatthias Clasen <mclasen@redhat.com>
Mon, 5 Sep 2011 04:00:24 +0000 (00:00 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 5 Sep 2011 04:00:24 +0000 (00:00 -0400)
gtk/gtkaboutdialog.c

index a9e9efbd870ef66e3aa59e17e2ef4971b31132dc..e015895dbf623bc4d3f0f92449b86cd8d50e9c2d 100644 (file)
  *                        "title" _("About ExampleCode"),
  *                        NULL);
  * </programlisting></informalexample>
+ *
+ * It is also possible to show a #GtkAboutDialog like any other #GtkDialog,
+ * e.g. using gtk_dialog_run(). In this case, you might need to know that
+ * the 'Close' button returns the #GTK_RESPONSE_CANCEL response id.
  */
 
 static GdkColor default_link_color = { 0, 0, 0, 0xeeee };